home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lastName
- set lastName to the frameLabel
- set fld to lastName & "Fld"
- repeat with t = 2 to 7
- puppetSprite(t, 1)
- set x to value(line t of field fld)
- set the castNum of sprite t to x
- end repeat
- updateStage()
- end
-